RSS feed problems
  • Today I create RSS feed for our web.
    I followed the instructions in the manual:
    http://code.campware.org/manuals/campsite/3.3/index.php?id=162&lang=en-us

    Everything went OK, but I stumbled on this problem:

    1. If I make new section for RSS and assign rss template to this section Everything is OK. The links to the news in RSS feed are valid.

    2. If I make link to RSS feed by "URI" keyword:
    {{ local }}
    {{ unset_issue }}
    {{ unset_section }}
    RSS Feed
    {{ /local }}

    The links in the RSS feed in this case are not valid:
    *******

    Svet na dlani – tokrat o Angoli
    *******

    Correct would be:
    *******

    Svet na dlani – tokrat o Angoli
    *******

    What is the cause of the appendix in every URL of news:
    ?tpl=1092

    Any idea for solution?
    Thanks
    Robert

    p.s.
    I also suggest that in the RSS instructions (in manual) change the record on the date of the RDF date and time format for RSS feed from:

    {{ $campsite->article->publish_date|camp_date_format:"%Y-%m-%d" }}T00:00:00+00:00

    to:
    {{ $campsite->article->publish_date|camp_date_format:"%Y-%m-%dT%H:%i:%S+01:00" }}

    according to ISO 8601
    ********
    Year and Month and Day and Hours and Minutes plus Time Zone offset: CCYY-MM-DDThh:mmTZD (e.g. 1999-07-01T19:30+10:00)
    ********